home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / VideoStreamV1.0 / Source / VideoStream.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  577 b   |  47 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. HyperbolicView = {
  7.     ACTIONS = {
  8.     reset:;
  9.     invert:;
  10.     };
  11.     OUTLETS = {
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. PopAndForm = {
  16.     ACTIONS = {
  17.     newValue:;
  18.     enableForm:;
  19.     };
  20.     OUTLETS = {
  21.     popup;
  22.     formcell;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. Controller = {
  27.     ACTIONS = {
  28.     playAgain:;
  29.     appWillInit:;
  30.     openRequest:;
  31.     };
  32.     OUTLETS = {
  33.     lutView;
  34.     mainWindow;
  35.     };
  36.     SUPERCLASS = Object;
  37. };
  38. MPEGView = {
  39.     ACTIONS = {
  40.     };
  41.     OUTLETS = {
  42.     theBitmap;
  43.     dstImage;
  44.     };
  45.     SUPERCLASS = View;
  46. };
  47.